home *** CD-ROM | disk | FTP | other *** search
- Path: dsm6.dsmnet.com!usenet
- From: blockd@dsmnet.com (Dennis Block)
- Newsgroups: comp.dcom.modems
- Subject: Re: Hayes Accura 28.8 v.34+ Fax
- Date: 15 Mar 1996 00:40:32 GMT
- Organization: Dentron Computers
- Message-ID: <4iaea0$gta@dsm6.dsmnet.com>
- References: <3147A467.383@minet.gov.mb.ca>
- NNTP-Posting-Host: slppp14.dsmnet.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.7
-
- In article <3147A467.383@minet.gov.mb.ca>, gcorr@minet.gov.mb.ca says...
- >
- >I have been trying to get this external modem setup with error
- correction
- >on my ISP. I have used the factory defaults as well as setting up my
- own
- >init string nothing seems to be working. Thanks for any suggestions.
- >Gerry.
-
- Can you get an init string from your ISP? If so, then you can "convert"
- it to your modem. Attached is the Trumpet login script that my ISP uses
- and my modifications to it. Remember the lines marked with # are
- comments only. You can see what they recommended and what I use. While I
- have an Optima, I would guess the Accura would work with this.
- # This dialing script is set up for the USR 14.4 Sportster.
- # The script may need to be modified for your perticular modem.
- # The comments before any commands is to specify what the setting
- # is for the USR so that conversions can be made.
- #
- # initialize modem
- #
- display Initializing modem...\n
- output ATZ\n
- input 10 OK\n
- #
- # hardware flow control please...
- #
- # &H0 = Flow control disabled
- # &IO = Software flow control disabled
- # output AT&K0\n
- # input 10 OK\n
- #
- # Q0 = Display result codes
- # V1 = Verbal codes
- # E0 = Command mode local echo, echo off
- # S0=0 = Never answer
- output AT&K0Q0V1E0S0=0\n
- input 10 OK\n
- #
- # set modem to indicate DCD
- #
- # output at&c1
- # input 10 OK\n
- #
- # send phone number
- #
- display Dialing...\n
- output ATDT270-0452\n
- #
- # now we are connected.
- #
- display Waiting for connection...\n
- input 30 CONNECT
- input 10 \n
- sleep 2
- #
- # wait till it's safe to send because some modem's hang up
- # if you transmit during the connection phase
- #
- # wait 30 dcd
- #
- # now prod the terminal server
- #
- display Setting speed...\n
- output \r
- sleep 1
- #
- # wait for the username prompt
- #
- display Waiting for username prompt...\n
- input 30 Username:
- username Enter your Internet Access Username
- display \nSending username...\n
- output \u\r
- #
- # and the password
- #
- display Waiting for password prompt...\n
- input 30 Password:
- password Enter your Internet Access Password
- display \nSending password...\n
- output \p\r
- sleep 1
- #
- # wait for the local prompt
- #
- display Waiting for terminal server...\n
- input 30 DSMnet>
- output slip default\r
- sleep 1
- #
- #
- #
- display Retrieving IP address
- output show port slip\n
- input 10 ddress
- address 10
- input 10 \n
- #
- # Enter Terminal Server Prompt
- #
- #
- display \n
- display Connected to the Internet. Your IP address is \i.\n
- display (Ready for you to start an internet application)\n
- #
- # now we are finished.
- #
- display \7
- online
-
-
-